CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 贪食蛇

搜索资源列表

  1. 贪食蛇_xiaohui82

    1下载:
  2. 贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1944
    • 提供者:吴晓辉
  1. snake(c)

    0下载:
  2. 贪食蛇小游戏(利用TC开发(c语言))。希望大家多多指教。-embedding of small games (TC use development (c language)). We hope the exhibitions.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1929
    • 提供者:富强
  1. 21339_snake

    0下载:
  2. snake Borland C++ 贪食蛇程式范本.-snake Snake Borland C programming model.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:407290
    • 提供者:peter
  1. C1贪食蛇

    0下载:
  2. 说明了怎样用C来实现小游戏贪食蛇-information on how to use C minor pivotal game
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2526
    • 提供者:赵婷
  1. C-snake

    0下载:
  2. 游戏贪食蛇的C实现方法,语言简练,编译后生成的exe文件体积极小
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2180
    • 提供者:renxiaoyao
  1. 贪食蛇游戏

    0下载:
  2. C语言写的贪食蛇小游戏
  3. 所属分类:源码下载

    • 发布日期:2011-04-06
    • 文件大小:5213
    • 提供者:garrybaby
  1. snake

    0下载:
  2. C++课程设计,贪食蛇。-C curriculum designs, has a greedy appetite the snake.
  3. 所属分类:Game Program

    • 发布日期:2017-12-06
    • 文件大小:49350
    • 提供者:结果
  1. snake1

    0下载:
  2. C++写的,贪食蛇另一版本-C writes, has a greedy appetite the snake another edition
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:150917
    • 提供者:结果
  1. 贪食蛇

    0下载:
  2. 用C语言编写的贪食蛇.- Has a greedy appetite the snake with the C language compilation.
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2090
    • 提供者:
  1. EVC_Snake

    0下载:
  2. 使用 Embeded Visual C++ 开发,贪食蛇游戏源代码,帮助学习 EVC, Windows Mobile 程序, 对想在 Windows Mobile 环境下开发游戏的非常有帮助-Using Embeded Visual C++ development, source code贪食蛇games to help learn EVC, Windows Mobile procedures like environment in the Windows Mobile game develop
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:15188
    • 提供者:nosp
  1. snake_vc

    0下载:
  2. 贪食蛇小游戏,用MFC在VS2003下开发,为方便移植到arm-linux + minigui,我尽量用C语言开发!拙作,见笑-Snake game, developed by MFC in VS2003, in order to facilitate the migration to the arm-linux+ minigui, I try to use C language development!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3720785
    • 提供者:尚怡翔
  1. game

    0下载:
  2. 基于51单片机的贪食蛇 自己花了点时间做的做的-Based on 51 MCU Snake
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:2081
    • 提供者:LC
  1. GreedySnake

    0下载:
  2. Windows mobile 中用C#开发的贪食蛇游戏-Windows mobile using C# development of Snake game
  3. 所属分类:Windows CE

    • 发布日期:2017-04-03
    • 文件大小:248525
    • 提供者:zph
  1. tanshis

    0下载:
  2. c++贪食蛇的代码 非常经典的一款游戏 代码简单-c++ code is the classic Snake game code for a simple
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:唐东
  1. snake_source_code

    0下载:
  2. \C-C++\贪食蛇C++源程序 \C-C++\贪食蛇C++源程序-snake source code`~~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:6497
    • 提供者:超级熊
  1. c

    0下载:
  2. 如同差不多每个人都玩过的贪食蛇一样,基本与那个差不多-Like almost everyone played the Snake, as basic and that almost
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8541844
    • 提供者:张小芳
  1. c++贪食蛇

    0下载:
  2. 程序关键在于表示蛇的图形及蛇的移动。用一个小矩形块表示蛇的一节身体,身体每长一节,增加一个矩形块,蛇头用一节表示。移动时必须从蛇头开始,所以蛇不能向相反的方向移动,如果不按任意键,蛇自行在当前方向上前移,但按下有效方向键后,蛇头朝着该方向移动,一步移动一节身体,所以按下有效方向键后,先确定蛇头的位置,而后蛇的身体随蛇头移动,图形的实现是从蛇头新位置开始画出蛇。食物的出现与消失也是画矩形块和覆盖矩形块。为了便于理解,定义两个结构体:食物与蛇。(The key to the program is t
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:812032
    • 提供者:VIKKI00
  1. 课程设计——贪食蛇(C语言)

    0下载:
  2. 用C语言实现小游戏贪吃蛇,此文件是贪吃蛇游戏的设计报告,包含源代码以及设计步骤(Use C language to realize small game Snake)
  3. 所属分类:游戏

    • 发布日期:2018-01-01
    • 文件大小:37888
    • 提供者:23hhh
  1. snake

    0下载:
  2. 控制台简易版的贪食蛇小游戏(进行上下移动时一定要切换成英文输入法)(The simple version of the console version of the snake game (using WASD to move up and down must be switched to English input method))
  3. 所属分类:游戏

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:普林斯
  1. 贪吃蛇

    0下载:
  2. 在C环境下实现贪食蛇的功能,可能还不够完善,欢迎拍砖(Snake in the C environment, may still not perfect, welcome Paizhuan, can also improve, remember to share oh)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:你好特别
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com